home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2426 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: god.bel.alcatel.be!nlev00!barnhoorn
  2. From: barnhoorn@nlev00 ()
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Easiest Way To Open A Screen For Drawing To.
  5. Date: 31 Jan 1996 12:04:56 GMT
  6. Organization: Alcatel Bell
  7. Distribution: world
  8. Message-ID: <4enlt8$7as@btmpjg.god.bel.alcatel.be>
  9. References: <4e783a$93p@sol.ccs.deakin.edu.au> <4e83md$pd7@btmpjg.god.bel.alcatel.be> <4e9j5s$ron@sunsystem5.informatik.tu-muenchen.de> <4eieki$oeb@btmpjg.god.bel.alcatel.be> <4elgen$6ds@sunsystem5.informatik.tu-muenchen.de>
  10. Reply-To: barnhoorn@nlev00 ()
  11. NNTP-Posting-Host: nles61.ats.nld.alcatel.nl
  12. X-Newsreader: mxrn 6.18-10
  13.  
  14.  
  15. In article <4elgen$6ds@sunsystem5.informatik.tu-muenchen.de>, fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer) writes:
  16. |> well, what is "drawing" ? imho doing gfx-functions on a rastport.
  17. |> a screen also got a rastport, so IMHO it's clipped.
  18.  
  19. Well, that's not true. I once tried to draw on a Screen's rastport,
  20. but as soon as I started to draw outside the screen's borders, the imagery
  21. was still visible, but somewhere else (so NOT clipped). This may result
  22. in a red guru, because you are drawing in memory, not belonging to
  23. your bitmap.
  24. A borderless, simple refreshed window is just a new Rastport WITH some
  25. layer-info. It is not as fast as displaying on a Screen's Rastport,
  26. but much safer.
  27. Try to Draw a line from (-1,-1) to (1,1) on your Screen's rastport and
  28. you will understand. I will try this tonight, because honestly I did
  29. not do this anymore since OS 1.3. Maybe things have changed in OS 3.0.
  30.  
  31. Jaco.
  32.